home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / libhtml_.tar / plaintext.h < prev    next >
C/C++ Source or Header  |  1993-01-20  |  325b  |  17 lines

  1. /* plaintext.h
  2.  * $Id: SGMLstream.h,v 1.3 93/01/06 18:40:29 connolly Exp Locker: connolly $
  3.  */
  4.  
  5. #ifndef plaintext_h
  6. #define plaintext_h
  7.  
  8. #include "c_dialect.h"
  9. #include "HMDoc.h"
  10.  
  11. VOID
  12.   Plaintext_parse PARAMS((HMStream stream, HMGetcProc getc,
  13.               HMDoc* document,
  14.               CONST HMDoc_Class *docclass));
  15.  
  16. #endif /* SGML_h */
  17.